crypto/tls.clientHelloMsg.secureRenegotiationSupported (field)

12 uses

	crypto/tls (current package)
		handshake_client.go#L81: 		secureRenegotiationSupported: true,
		handshake_client.go#L232: 		hello.secureRenegotiationSupported = false
		handshake_messages.go#L86: 	secureRenegotiationSupported     bool
		handshake_messages.go#L134: 	if m.secureRenegotiationSupported && !echInner {
		handshake_messages.go#L433: 	m.secureRenegotiationSupported = false
		handshake_messages.go#L440: 			m.secureRenegotiationSupported = true
		handshake_messages.go#L568: 			m.secureRenegotiationSupported = true
		handshake_messages.go#L702: 		secureRenegotiationSupported:     m.secureRenegotiationSupported,
		handshake_server.go#L248: 	hs.hello.secureRenegotiationSupported = hs.clientHello.secureRenegotiationSupported
		handshake_server_tls13.go#L720: 		ch.secureRenegotiationSupported != ch1.secureRenegotiationSupported ||